home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tex / macros / source / contrib / expdlist / expdlisg.drv / images.pl < prev    next >
Text File  |  1995-03-09  |  452b  |  18 lines

  1. # LaTeX2HTML 2022 (Released January 1, 2022)
  2. # Associate images original text with physical files.
  3.  
  4.  
  5. $key = q/%latex2htmlidmarker360setcounter{footnote}{1}fnsymbol{footnote};AAT/;
  6. $cached_env_img{$key} = q|<IMG
  7.   STYLE="" SRC="|."$dir".q|img1.png"
  8.  ALT="% latex2html id marker 360
  9. \setcounter{footnote}{1}\fnsymbol{footnote}">|; 
  10.  
  11. $key = q/vdots;MSF=1.6;AAT/;
  12. $cached_env_img{$key} = q|<IMG
  13.  STYLE="" SRC="|."$dir".q|img2.png"
  14.  ALT="$\vdots$">|; 
  15.  
  16. 1;
  17.  
  18.